home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr50 / qbmnus16.zip / MENUMAN.DOC < prev    next >
Text File  |  1993-04-16  |  15KB  |  360 lines

  1.      
  2. ============================================================================
  3.  
  4.                         MENUMAN: EASY QUICKBASIC MENUS
  5.  
  6.                         COPYRIGHT, 1992, 1993
  7.  
  8.                         SALT AND LIGHT SOFTWARE
  9.  
  10.                         1525 LOCUST ST.
  11.  
  12.                         READING, PA. 19604
  13.  
  14.  
  15. ============================================================================
  16.  
  17.  
  18.                               PROLOUGE
  19.  
  20.         MENUMAN 1.6 is designed to generate menus with selection by alternate
  21. keys, function keys, numbers Lotus-type and widebar verticals. The menus 
  22. are loaded into a file called "TESTMENU.BAS" and are loaded as subprograms. 
  23. The reason for assigning the menus as subprograms is that this
  24. gives the programmer more flexibility to call the menu subprogram any time
  25. he wishes and to locate and assign certain colors to the menus. Programs 
  26. included on the disk:
  27.  
  28.                         MENUMAN.EXE
  29.  
  30.                         MENUMAN.DOC
  31.  
  32.                         ALTSAMP.BAS
  33.                         
  34.                         ALTSAMP.EXE
  35.  
  36.                         FKEYSAMP.BAS
  37.                         
  38.                         FKEYSAMP.EXE
  39.  
  40.                         HORZSAMP.BAS
  41.                         
  42.                         HORZSAMP.EXE
  43.  
  44.                         NUMBSAMP.BAS
  45.  
  46.                         NUMBSAMP.EXE
  47.  
  48.                         VERTSAMP.BAS
  49.  
  50.                         VERTSAMP.EXE
  51.  
  52.  
  53.  
  54.         The programmer may include the menus generated by MENUMAN 1.6 into
  55. his or her work on a royalty free basis.
  56.  
  57.  
  58. &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
  59.  
  60.         MENUMAN was born out of frustration. I was tired of coding menu files
  61. and forgetting "END SELECT" or rummaging around my source code files on disks
  62. and looking for the proper way to do the INSTR function or flipping through
  63. pages of books on QB programming on how to handle an error trap. So, I came
  64. with MENUMAN as a way to always put together a menu that would work and not
  65. have to spend hours of programming.
  66.  
  67.         MENUMAN will generate menus with selection by function keys, a Lotus 
  68. type menu, numbers selections and popup vertical bar menus.  The following      
  69. is a short tutorial on:
  70.  
  71.                 * The opening screen of MENUMAN
  72.  
  73.                 * An overview of the TOOLS section
  74.  
  75.                 * A step by step process of creating a menu
  76.  
  77.  
  78.  
  79.  
  80. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  81.  
  82.                         OPENING SCREEN
  83.  
  84. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  85.  
  86.         Type Menuman at your DOS prompt and the opening screen of MENUMAN
  87. will be staring back at you in a few seconds. To select a menu function, use 
  88. up or down arrows to move the widebar selector and then press ENTER when you
  89. are at the menu type you want. If you want to use one of MENUMAN's tools (you
  90. don't have to return them, neighbor) move the widebar selector to TOOLS and
  91. press ENTER. To exit MENUMAN, move the widebar selector over to EXIT and
  92. press ENTER. (Hint: the home and end keys will send you to EXIT).
  93.  
  94.  
  95. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  96.  
  97.                         TOOLS SECTION
  98.  
  99. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  100.  
  101.         After you enter the TOOLS section of MENUMAN, you will see a box
  102. with the following options:
  103.  
  104.                         F 1   COLOR SELECTOR
  105.  
  106.                         F 2   CHANGE DIRECTORY
  107.  
  108.                         F 3   BOX STYLES
  109.  
  110.                         F 4   EXIT
  111.  
  112.         Press F keys 1, 2, 3, OR 4 to make a selection.
  113.  
  114.         Here is an overview of each section of TOOLS
  115.  
  116.         #################################################
  117.  
  118.                         COLOR SELECTOR
  119.  
  120.  
  121.  
  122.         Press F1 to see how your menu will look with different colors. 
  123. You will see a box popup in the lower right handed corner of the screen with
  124. a range of colors, number 1 through 15. Type in the foreground color of your
  125. choice and then type in the background color of your choice. Then a smaller
  126. box will appear, showing you how you color selections will look on the screen.
  127. If you want to choose another color combination press the Number 1, or if
  128. you want to exit to MENUMAN's opening screen, press Number 2.
  129.  
  130.  
  131.        ########################################################
  132.  
  133.  
  134.                           CHANGE DRIVE/ DIRECTORY
  135.  
  136.         Press F2 to change the drive and/or directory by typing  
  137. the drive letter and/or the name of the directory or subdirectory you wish.
  138.  
  139.         Example: C:\
  140.                 
  141.                 OR
  142.         
  143.         Example: C:\QB\MENUS\SHIP
  144.  
  145.        ########################################################
  146.  
  147.  
  148.                           BOX STYLES
  149.  
  150.  
  151.         Press F3 key on TOOLS menu to see the four styles of boxes
  152. offered in your menu subprogram.
  153.  
  154.  
  155.  
  156.  
  157.         ________________________________________________________
  158.  
  159.  
  160.                         MENU CREATION
  161.  
  162.         ________________________________________________________
  163.  
  164.         Step by step instructions on how to create menus:
  165.  
  166.  
  167.         
  168.                          ALTERNATE KEYS MENUS
  169.  
  170.         First step: Leave the widebar selector on MENUS and then press 
  171. ENTER. The menu of menu choices will appear and the widebar selector will 
  172. be placed on the ALTERNATE keys menu item; press ENTER.
  173.  
  174.         Second step: The ALTERNATE keys menu  box will appear on the lower 
  175. portion of the screen. Type in your choice of entries from 2 to 7.
  176.  
  177.         Third step: An input box will appear with the number of menu 
  178. entries that you have ordered. Type in the first entry and then press ENTER. 
  179.         (Hint: items are limited to 10 cols in length. MenuMan will
  180. let you know if you have gone over the limit by sounding a chime. The entry
  181. will be erased and you will be asked to retype it.) 
  182.         Then the next entry will appear. Continue to press ENTER until all 
  183. the selections for your menu have been entered. There is no need to provide 
  184. an entry for an "EXIT" or  "QUIT" option because MENUMAN automatically 
  185. designates the last item in the menu for this purpose.
  186.         Fourth step: Each of your selected entries will appear one by one
  187. for you to make your choice of a HOT LETTER. You can make your choice by
  188. in the number of the letter. The letter you selected will be highlighted in
  189. the upper portion of the box.
  190.  
  191.         Fifth step: Retype the number of the HOT LETTER selection. The
  192. reminder box on the left will tell you which selection you made for each
  193. entry. The "E" stands for ENTRY and the "H" stands for HOT LETTER selection.
  194.         Sixth step: MenuMan automatically saves your Alternate Key Menu to
  195. "TESTMENU.BAS"
  196.         (Hint: a working model of a Alternate Keys menu with notations has
  197.         been included on the disk. A compiled version has also been included)
  198.  
  199. _________________________________________________________________________
  200.  
  201.         
  202.                          FUNCTION KEYS MENUS
  203.  
  204.         First step: Leave the widebar selector on MENUS and then press 
  205. ENTER. The menu of menu choices will appear and the widebar selector will 
  206. be placed on the function keys menu item; press ENTER.
  207.  
  208.         Second step: The Function keys menu will appear on the lower portion 
  209. of the screen. Use the F keys to make your choice of entries from 2 to 9
  210. Function keys.
  211.  
  212.         Third step: An input box will appear with the number of menu entries 
  213. that you have ordered. Type in the first entry and then press ENTER.
  214.         (Hint: items are limited to 15 cols in length. Menuman will
  215. let you know if you have gone over the limit by sounding a chime. The entry
  216. will be erased and you will be asked to retype it.) 
  217.         
  218.         Then the next entry will appear. Continue to press ENTER until all 
  219. the selections for your menu have been entered. There is no need to provide 
  220. an entry for an "EXIT" or  "QUIT" option because MENUMAN automatically 
  221. designates the last item in the menu for this purpose.
  222.  
  223.         Fourth step: Another box will appear asking you if you want to save
  224. the menu to "TESTMENU.BAS" or quit the process and return to the Main Menu.
  225. If you select to save the menu, it will be placed in the current path which
  226. you are working.
  227.  
  228.         (Hint: a working model of a Funtion keys menu with notations has
  229.         been included on the disk. A compiled version has also been included)
  230.  
  231. _________________________________________________________________________
  232.  
  233.  
  234.                          LOTUS TYPE MENUS
  235.  
  236.         First step: Leave the widebar selector on MENUS and then press 
  237. ENTER. The menu of menu choices will appear; move the  widebar selector to 
  238. the Horizontal menu item and press ENTER.
  239.  
  240.         Second step: A horizontal menu will appear in the middle of the
  241. screen. Use the left or right arrow keys to make your choice of entries 
  242. from 2 to 7 items. (Hint: the end or home key will take you to the EXIT
  243. selection)
  244.  
  245.         Third step: An input box will appear with the number of menu entries
  246. that you have ordered. Type in the first entry and then press ENTER.
  247.  
  248.         (Hint: items are limited to 10 cols in length. Menuman will
  249. let you know if you have gone over the limit by sounding a chime. The entry
  250. will be erased and you will be asked to retype it.) 
  251.         
  252.         Then the next entry will appear. Continue to press ENTER until all 
  253. the selections for your menu have been entered. There is no need to provide 
  254. an entry for an "EXIT" or  "QUIT" option because MENUMAN automatically 
  255. designates the last item in the menu for this purpose.
  256.  
  257.         Fourth step: Another box will appear asking you if you want to save
  258. the menu to "TESTMENU.BAS" or quit the process and return to the Main Menu.
  259. If you select to save the menu, it will be placed in the current path which
  260. you are working.
  261.  
  262.         (Hint: a working model of a Horizontal menu with notations has
  263.         been included on the disk. A compiled version also has been included.)
  264.  
  265. ____________________________________________________________________________
  266.  
  267.                        NUMBERS SELECTION MENUS
  268.  
  269.         First step: Leave the widebar selector on MENUS and then press 
  270. ENTER. The menu of menu choices will appear; move the  widebar selector to 
  271. the Numbers menu item and press ENTER.
  272.  
  273.         Second step: A Numbers menu box will appear near the top of the
  274. screen. Make selections by pressing a number from 2 to 9.
  275. (Hint: You can quit the numbers menu by pressing 0)
  276.  
  277.         Third step: An input box will appear with the number of menu entries 
  278. that you have ordered. Type in the first entry and then press ENTER. 
  279.         
  280.         (Hint: items are limited to 15 cols in length. Menuman will
  281. let you know if you have gone over the limit by sounding a chime. The entry
  282. will be erased and you will be asked to retype it.) 
  283.         
  284.         Then the next entry will appear. Continue to press ENTER until all 
  285. the selections for your menu have been entered. There is no need to provide 
  286. an entry for an "EXIT" or  "QUIT" option because MENUMAN automatically 
  287. designates the last item in the menu for this purpose.
  288.  
  289.         Fourth step: Another box will appear asking you if you want to save
  290. the menu to "TESTMENU.BAS" or quit the process and return to the Main Menu.
  291. If you select to save the menu, it will be placed in the current path which
  292. you are working.
  293.  
  294.         (Hint: a working model of a Numbers menu with notations has
  295.         been included on the disk. A compiled version also has been included.)
  296.  
  297. ____________________________________________________________________________
  298.  
  299.                        VERTICAL SELECTION MENUS
  300.  
  301.         First step: Leave the widebar selector on MENUS and then press 
  302. ENTER. The menu of menu choices will appear; move the  widebar selector to 
  303. the Vertical menu item and press ENTER.
  304.  
  305.         Second step: A Vertical menu box will appear near the top of the
  306. screen. Use the up or down arrows to make your selection; then press ENTER.
  307. (Hint: The end or home key will take you to the Exit selection)
  308.  
  309.         Third step: An input box will appear with the number of menu 
  310. entries that you have ordered. Type in the first entry and then press ENTER. 
  311.         
  312.         (Hint: items are limited to 15 cols in length. Menuman will
  313. let you know if you have gone over the limit by sounding a chime. The entry
  314. will be erased and you will be asked to retype it. Any entry can be edited in
  315. place by pressing the ESC key. The edit function will only work with the 
  316. current entry). 
  317.         Then the next entry will appear. Continue to press ENTER until all 
  318. the selections for your menu have been entered. There is no need to provide 
  319. an entry for an "EXIT" or  "QUIT" option because MENUMAN automatically 
  320. designates the last item in the menu for this purpose.
  321.  
  322.         Fourth step: Another box will appear asking you if you want to save
  323. the menu to "TESTMENU.BAS" or quit the process and return to the Main Menu.
  324. If you select to save the menu, it will be placed in the current path which
  325. you are working.
  326.  
  327.         (Hint: a working model of a Vertical menu with notations has
  328.         been included on the disk. A compiled version also has been included.)
  329.  
  330. **************************************************************************
  331.  
  332.         I am asking a registration fee of $5 for this programming effort. 
  333. As any programmer knows, a great deal of time goes into any program. 
  334. The gestation period usually isn't nine months but the labor pains can be 
  335. memorable. Registered users can purchase MENUMAN updates at costs of under $7.
  336.  
  337.         Send all comments and/or orders to me by one of these methods:
  338.  
  339.         Through a letter or postcard to:
  340.                         
  341.                         CARMEN PAONE
  342.                         SALT AND LIGHT SOFTWARE
  343.                         1525 LOCUST ST.
  344.                         READING, PA. 19604
  345.         
  346.         On Compuserve as CARMEN PAONE [72677, 42]
  347.         
  348.         On Genie as C.PAONE
  349.         
  350.         On Delphi as CARMENPAONE
  351.         
  352.         On America On-Line as CARMENP805
  353.  
  354. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  355.         
  356.         One final word, no matter what decision you make on MENUMAN, do
  357. yourself a soul-saving service and read John 3:16 in any Bible.
  358.  
  359. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  360.